home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 with MFC / Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso / CODE / Chap06 / DlgDemo3 / Resource.h < prev   
C/C++ Source or Header  |  1996-04-05  |  885b  |  29 lines

  1. //***********************************************************************
  2. //
  3. //  Resource.h
  4. //
  5. //***********************************************************************
  6.  
  7. #define IDR_MAINFRAME           100
  8.  
  9. #define IDM_OPTIONS_SETTINGS    110
  10. #define IDM_OPTIONS_EXIT        111
  11. #define IDM_OPTIONS_ABOUT       112
  12.  
  13. #define IDD_ABOUTDLG            120
  14. #define IDC_ICONRECT            121
  15.  
  16. #define IDD_SETTINGSDLG         130
  17. #define IDC_SOLID               131
  18. #define IDC_GRADIENT            132
  19. #define IDC_RED                 133
  20. #define IDC_GREEN               134
  21. #define IDC_BLUE                135
  22. #define IDC_MAGENTA             136
  23. #define IDC_CYAN                137
  24. #define IDC_TEXT                138
  25. #define IDC_HEIGHT              139
  26. #define IDC_BOLD                140
  27. #define IDC_ITALIC              141
  28. #define IDC_DEFAULTS            142
  29.